home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 51
/
Aminet 51 (2002)(GTI - Schatztruhe)[!][Oct 2002].iso
/
Aminet
/
gfx
/
fract
/
FlashMandelWOS.lha
/
FlashMandel
/
ARexx
/
Benchmark.rexx
< prev
next >
Encoding:
Amiga (detected)
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
OS/2 REXX Batch file
|
2002-03-17
|
347 b
|
23 lines
/*
Start_Benchmark.rexx
Check speed of your system
© 2002 Edgar Schwan
$VER: Start_Benchmark.rexx 1.0 (2.3.2002)
*/
PARSE ARG pn ' ' .
IF LENGTH(pn) = 0 THEN
portname = FLASHMANDEL.1;
ELSE
portname = pn;
OPTIONS RESULTS;
OPTIONS FAILAT 21;
ADDRESS COMMAND
'run >NIL: <NIL: rx FLASHMANDEL:arexx/_bench.rexx' portname